In This Topic
Loads a PDF file and returns either a fixed document or a portfolio depending on the PDF file type.
Overload List
| Overload | Description |
| load(String) | Loads a PDF file and returns either a fixed document or a portfolio depending on the PDF file type. |
| load(String,String) | Loads a PDF file and returns either a fixed document or a portfolio depending on the PDF file type. |
| load(Stream) | Loads a PDF file and returns either a fixed document or a portfolio depending on the PDF file type. |
| load(Stream,String) | Loads a PDF file and returns either a fixed document or a portfolio depending on the PDF file type. |
See Also